-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monthly only stream and donate in any currency #212
Conversation
toggleCompleteDonationModal(false); | ||
toggleThankYouModal(true); | ||
await tx.wait(); | ||
toggleIsDonationComplete(true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should he thank you modal here toggled off after the tx wait?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i dont know, this is how it is for other txs.
you should test the flows or ask vlad and if you think the UX should be modified open an issue
Co-authored-by: Lewis B <[email protected]>
Description